Platform Explorer / Nuxeo Platform 6.0

Extension point listener

Documentation

Define a listener to exception handling.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.web.common.exceptionhandling.descriptor.ListenerDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-webapp-core-6.0.jar
    <extension point="listener" target="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingService">
        <listener class="org.nuxeo.ecm.webapp.shield.SeamExceptionHandlingListener"/>
      </extension>
  • nuxeo-platform-web-common-6.0.jar
    <extension point="listener" target="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingService">
        <listener class="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.NullExceptionHandlingListener"/>
      </extension>